Tidy data in R

tidyverse packages
• gather: take a data set from wide to long


• spread: go from long to wide


• separate: split variables in one column to multiple columns.


读取数据
	reads.csv(tidyverse的一部分) approximately 10 times faster than read.csv()